--> -->
 
 
ValueError
Python 3.4.3: /home/pbab0rnfutty/.local/bin/python3
Wed Sep 10 18:00:36 2025

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/pbab0rnfutty/public_html/cgi-bin/URLDISPATCHER.py in ()
     78     fileData = fileData.replace("<!--{additionaljavaScriptAdd}-->", additionaljavaScritAdd)
     79     playerId = x[3]
=>   80     playerId = int(int(playerId) / 3)
     81 
     82     mycursor = mydb.cursor()
playerId = '', builtin int = <class 'int'>

ValueError: invalid literal for int() with base 10: ''
      args = ("invalid literal for int() with base 10: ''",)
      with_traceback = <built-in method with_traceback of ValueError object>